GtkStyleContext: Fix typo.
authorCarlos Garnacho <carlosg@gnome.org>
Sun, 7 Mar 2010 18:58:35 +0000 (19:58 +0100)
committerCarlos Garnacho <carlosg@gnome.org>
Sat, 4 Dec 2010 14:36:50 +0000 (15:36 +0100)
gtk/gtkstylecontext.c

index b5c1f075d55385f8443dda88a3f72d167048bcd5..a37226a9bf2d2510565a695801a0c69092beb911 100644 (file)
@@ -266,7 +266,7 @@ gtk_style_context_get (GtkStyleContext *context,
   priv = GTK_STYLE_CONTEXT_GET_PRIVATE (context);
 
   va_start (args, state);
-  gtk_style_context_get_valist (priv->store, state, args);
+  gtk_style_set_get_valist (priv->store, state, args);
   va_end (args);
 }